Welcome to the GitHub repository for the
Full Stack App developed using NextJS and ReactJS. Its fun app that contains details of Family Guy Characters And a Quiz about them.
To get started with the project in your local development environment, follow these steps:
- Fork and Clone the repository to your local machine.
https://github.com/your-username/familyGuy.git
- Open the cloned folder in your preferred code editor, install the required dependencies by running the following command in the terminal:
npm install
- Start the development server by running the following command:
npm run dev
You are now ready to go!
Thank you for browsing this repo. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature
) - Open a Pull Request