A platform for learning frontend development by participating in real projects. Join small groups of up to 5 people and work on projects together. Get hands-on experience, improve your skills, and collaborate with others in a group development or pair programming format.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them. This usually includes Node.js and npm.
A step-by-step series of examples that tell you how to get a development environment running:
- Clone the repository:
git clone https://github.com/Alexandrshy/Dev-Guidance.git
- Navigate to the project directory:
cd Dev-Guidance
- Install dependencies:
npm install
- Run the development server:
npm run dev
Now you should be able to open the project at http://localhost:3000.
- Clone the repository and create a new branch:
git checkout -b my-branch-name
. - Make your change, add tests, and ensure the tests pass.
- Commit your changes:
git commit -am 'Add some feature'
. - Push to the branch:
git push origin my-branch-name
. - Submit a Pull Request through GitHub.
- Create a new markdown file in the
_projects
directory. - Write the description of your project using Markdown.
- Commit and push your changes.
- Create a Pull Request. For a more detailed guide, please refer to the GitHub Pull Request documentation.
Explain how to run the automated tests for this system:
npm run test
- Built With
- Next.js
- TypeScript
- Jest
- Other technologies...
This project is licensed under the MIT License - see the LICENSE file for details.
Thank you to all contributors and anyone who has helped to improve this project.