Skip to content

CodeX-Academy-Official/level_3__chimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chimer

A sample level 3 capstone project.

Introduction

Chimer is a simple application that shows a feed of posts by different users.

Features

  • Users can login and signup
  • Users can view a feed of all the posts.
  • Authenticated users can create, update and delete new posts.

Technologies

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

Getting Started

  • Clone the repository and install the dependencies using yarn or npm install.
  • Run yarn dev or npm 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 or npm run build to create an optimized build bundle for deployment to production.

About

A sample level 3 capstone project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published