Contents |
---|
Built With |
Live Demo |
Install |
Testing |
Authors |
License |
I have built an app that lets you track your sports & fitness workouts that uses a Rails API that I built.
You have options to create a user account with a username and password, create a sport with multiple options and progress to track all your data etc.
- React.js
- Rails API
- JavaScript
- Redux
- Tailwind CSS
- Heroku
- VS Code
Follow these steps below to get my Application working. I used npm to manage all my packages for React. If you don't have it installed already, you can install it here
-
- Open your
Terminal
- Open your
-
- Navigate to the directory where you will like to install the repo by running
cd apex
- Navigate to the directory where you will like to install the repo by running
-
- Run
git clone [email protected]:DcRonan/apex.git
to download or you can download usingHTTPS
by runninggit clone https://github.com/DcRonan/apex.git
in the terminal
- Run
-
- Run
cd apex
to enter the directory
- Run
-
- Run
npm i
to install all the packages
- Run
-
- Run
npm start
to start the app
- Run
-
- Your preferred
browser
will open
- Your preferred
I have used linters to test my code, which includes: jest and react testing library
-
- Open
Terminal
again
- Open
-
- Run
cd apex
to enter the directory
- Run
-
- Run
npm test
to start testing
- Run
-
- All tests will pass ✅
Design by Gregoire Vella
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!