A sample level 3 capstone project.
Chimer is a simple application that shows a feed of posts by different users.
- Users can login and signup
- Users can view a feed of all the posts.
- Authenticated users can create, update and delete new posts.
This project makes use of the technologies listed in the level 3 pathway. They include:
- JavaScript
- NPM Packages
- SASS
- Webpack
- Babel
- Bootstrap
- Front End Framework (React)
- Jest (for testing)
- Lodash
- Firebase
- Clone the repository and install the dependencies using
yarn
ornpm install
. - Run
yarn dev
ornpm run dev
to start the dev server. - Now you can make changes to the app files and see them reflect in your browser via the url http://localhost:4321 (You can modify the port in the webpack config file).
- Run
yarn build
ornpm run build
to create an optimized build bundle for deployment to production.