The Coursify.AI Frontend repository contains the client-side code for the Coursify.AI platform, built using modern web technologies such as Next.js, TypeScript, and Tailwind CSS. The codebase is well-organized, modular, and easily extensible, making it straightforward to build and maintain complex web applications.
The frontend repository uses the following technologies:
- Next.js
- TypeScript
- Tailwind CSS
- React
- Redux
- Axios
- Jest and Enzyme for testing
To install and use the frontend repository, follow these steps:
- Clone the repository to your local machine
- Install the required dependencies using
yarn
- Start the development server using
yarn dev
- Open your browser and navigate to
http://localhost:3000/
to see the application running
We welcome contributions from the community. To contribute to the project, follow these steps:
- Clone the repo
- Create a new branch for your feature or bug fix
- Make changes to the code and commit your changes to your branch
- Push your branch to your forked repository on GitHub
- Submit a pull request to the main Coursify.AI Frontend repository, detailing the changes you made and the problem you're trying to solve
We appreciate your contributions and will review and respond to your pull request as soon as possible.