- The Edusity Project is a university website where customers can sign up and apply for programs. The website is built using the ReactJs framework and is hosted on Netlify. The website is designed to be user-friendly and easy to navigate. Customers can easily see a catalogue of programs, get in touch with a university rep and see alumni testimonials. The website also features a blog where customers can read course reccomendations and hacks for school.
- ReactJs Framework for the frontend
- Netlify for hosting
- User Authentication
- Booking Services
- Viewing Booking History
- Contacting Customer Support
- Reading Blog Posts
- Admin Dashboard
- Clone the repository
- Run
npm install
to install dependencies - Run
npm run dev
to start the development server
- Fork the repository
- Create a new branch
git checkout -b feature/branch-name
- Make your changes
- Commit your changes
git commit -m "commit message"
- Push your changes
git push origin feature/branch-name