Skip to content

Commit

Permalink
[Delivers #187584865] started desiging signup page
Browse files Browse the repository at this point in the history
  • Loading branch information
AimePazzo committed Jul 4, 2024
1 parent 988e126 commit d3490c4
Show file tree
Hide file tree
Showing 32 changed files with 1,011 additions and 207 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ Our e-commerce web application server, developed by Team Ninjas, facilitates smo
[![Netlify Status](https://api.netlify.com/api/v1/badges/a3ed5a75-a862-4f3b-ba21-8369180cf3e6/deploy-status)](https://app.netlify.com/sites/e-commerce-ninja-fn-staging/deploys)
[![Coverage Status](https://coveralls.io/repos/github/atlp-rwanda/e-commerce-ninjas-fe/badge.svg)](https://coveralls.io/github/atlp-rwanda/e-commerce-ninjas-fe)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/atlp-rwanda/e-commerce-ninjas-fe/tree/develop.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/atlp-rwanda/e-commerce-ninjas-fe/tree/develop)
[![CI](https://github.com/atlp-rwanda/e-commerce-ninjas-fe/actions/workflows/ci.yml/badge.svg)](https://github.com/atlp-rwanda/e-commerce-ninjas-fe/actions/workflows/ci.yml)

## Completed features
- Setup empty react
- Setup Redux store
- Setup StoryBook documentation
- Sign up page

## Get started
- Clone repository
Expand All @@ -47,7 +49,7 @@ npm run storybook

## Folder Structure

- `public`: Contains static files like `index.html` and images.
- `public`: Contains static files and folder like `index.html` and images.
- `src`: The main source folder for the React application.
- `components`: Reusable UI components.
- `pages`: Different pages/screens of the application.
Expand Down
137 changes: 134 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d3490c4

Please sign in to comment.