This is a part Homework Tracker project, the project helps group/individual students to track their homework and send an automatic email as an reminder when homework is due or is pending to be submitted. Also it lets you to add multiple assignment date with their respective submission date. The project holds a database which record all the transaction's.
This frontend is build using following framework:
The backend of Homework-Tracker s is made using Springboot
Below instruction will help you to setup project locally. To get a local copy up and running clone the repository on your local system.
git clone https://github.com/pathak-gaurav/homeworktracker-ui
- run command
npm install
on project home directory.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Node and Angular CLI are required to run the forntend project.
If you have a suggestion that would make this project 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/homeworktracker-feature
) - Commit your Changes (
git commit -m 'Add some homeworktracker-feature'
) - Push to the Branch (
git push origin feature/homeworktracker-feature
) - Open a Pull Request
Distributed under the MIT License.