This is the source code for the client-side application of the Tusomeni application ( A past-paper repository for Computing students at The Technical University of Kenya.)
Clone the project and depending on your package manager, run:
npm install && npm start
or
yarn install && yarn start
This will install all packages and will run your application on port 3000
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.